home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 September / EnterCD 9_2004.iso / Gry / Intersection 1.3 / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-07-13  |  2.1 KB  |  44 lines

  1. ;InnoSetupVersion=4.1.3
  2. [Setup]
  3. AppName=Intersection
  4. AppVerName=Intersection version 1.3
  5. AppId=Intersection
  6. AppPublisher=Funesse Games
  7. AppPublisherURL=http://www.funesse.com
  8. AppSupportURL=http://www.funesse.com
  9. AppUpdatesURL=http://www.funesse.com
  10. DefaultDirName={pf}\Intersection
  11. DefaultGroupName=Intersection
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Intersection.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\IntersectAssets.mm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\IntersectData00.mm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\IntersectionLicense.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\DSETUP.dll"; DestDir: "{sys}"; 
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\Funesse\Intersection"; Flags: uninsdeletekeyifempty 
  28. Root: HKCU; Subkey: "Software\Funesse\Intersection\Config"; ValueName: "mmpath"; ValueType: String; ValueData: "{app}"; 
  29. [INI]
  30. FileName: "{app}\Intersection.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.funesse.com"; 
  31. [Run]
  32. Filename: "{app}\Intersection.exe"; Description: "Launch Intersection"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\Intersection"; Filename: "{app}\Intersection.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\Intersection on the Web"; Filename: "{app}\Intersection.url"; 
  36. Name: "{group}\Uninstall Intersection"; Filename: "{uninstallexe}"; 
  37. Name: "{commondesktop}\Intersection"; Filename: "{app}\Intersection.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "default"; MessagesFile: "embedded\default.isl"; 
  44.